<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
figure,
figcaption,
table,
th,
td img {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

a,
abbr,
acronym,
address,
big,
blockquote,
body,
caption,
cite,
code,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
img,
ins,
kbd,
label,
legend,
li,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}

body {
    font-family: "Microsoft YaHei", "å¾®è½¯é›…é»‘", "Open Sans", Arial, "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif, tahoma, arial, "Hiragino Sans GB", "å®‹ä½“", sans-serif;
    font-size: 14px;
    text-align: left;
    margin: 0 auto;
    line-height: 24px;
    color: #333;
    font-weight: 400;
}

article,
aside,
details,
figcaption,
figure,
footer,
zc_hd,
hgroup,
menu,
zc_nav,
section {
    display: block;
}

img {
    border: 0;
    vertical-align: middle;
}


/*è®©é“¾æŽ¥é‡Œçš„ img æ—&nbsp;è¾¹æ¡†ï¼›æ¸…é™¤å›¾ç‰‡é—´è·*/

ul,
li {
    list-style: none;
}

button {
    cursor: pointer;
}


/*è¿™ä¸ªå¯ä»¥ä¸ç”¨*/

input:focus,
textarea:focus {
    outline: none;
}


/*åŽ»æŽ‰è¾¹æ¡†çº¿*/

.clear {
    clear: both;
    margin: 0px !important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tl {
    text-align: left;
}

.clearfix {
    clear: both;
}

.clear:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}


/*å…¨å±€çš„å­—ä½“é“¾æŽ¥*/

a:link,
a:visited {
    color: #777;
    text-decoration: none;
}

a:hover,
a:active {
    color: #2988D8;
    text-decoration: none !important;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

.top {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #f2f2f2;
}

.top div {
    width: 1200px;
    margin: 0 auto;
    font-size: 18px;
}

.tp {
    width: 1200px;
    margin: 0 auto;
    padding: 25px 0px;
}

.lg {
    width: 440px;
    float: left;
}

.lx {
    width: 330px;
    float: right;
    padding-top: 15px;
}

.lx span {
    float: left;
    display: block;
}

.lx span:nth-of-type(2) {
    font-size: 36px;
    font-weight: bold;
    color: #1048a0;
    line-height: 60px;
    display: block;
    margin-left: 15px;
}


/**/

.nav_main {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #1048a0;
    position: relative;
    z-index: 3;
}

.nav .list {
    width: 102%;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
    position: relative;
}

.nav_main .nav {}

.nav_main .nav li {
    float: left;
    display: block;
    position: relative;
    z-index: 10;
    font-size: 16px;
    border-right: 1px solid #0b2d7e;
    text-align: center;
}

.nav_main .nav li:first-child {
    border-left: 1px solid #0b2d7e;
    background: none;
}

.nav_main .nav li:first-child.hover {
    background-color: #0185d0;
}

.nav_main .nav li a {
    display: block;
    color: #fff;
    font-size: 16px;
    padding: 0 43px;
}

.nav_main .nav li a:hover,
.nav_main .nav li a.hover,
.nav_main .nav li #hover2 {
    background: #0185d0;
}

.nav_main .nav dl {
    width: 169px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 12;
    border: 1px solid #0185d0;
}

.nav_main .nav dl {
    position: absolute;
    filter: progid: DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
    opacity: 0;
    visibility: hidden;
    transition: all .6s ease 0s;
    transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
}

.nav_main .nav li:hover dl {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.nav_main .nav dl dd {
    line-height: 49px;
    height: 49px;
    border-top: 1px solid #e5e5e5;
    text-align: left;
    position: relative;
    z-index: 12;
    display: block;
    width: 100%;
}

.nav_main .nav dl dd:first-child {
    border: none;
}

.nav_main .nav dl dd a {
    color: #666;
    font-size: 16px;
    padding: 0;
    width: 100%;
    text-align: center;
}

.nav_main .nav dl dd a:hover,
.nav_main .nav dl dd a.hover {
    background: #0185d0;
    color: #fff;
}

.nav_main .nav dl dd .three {
    position: absolute;
    filter: progid: DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
    opacity: 0;
    visibility: hidden;
    transition: all .6s ease 0s;
    transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(-10px, 0, 0);
}

.nav_main .nav dl dd:hover .three {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.nav_main .nav dl dd .three {
    position: absolute;
    left: 158px;
    top: 4px;
    padding-left: 20px;
    color: #666;
    z-index: 10;
    background: url(../images/menu_bg.png) 12px 10px no-repeat;
}

.nav_main .nav dl dd .three a {
    color: #fff;
    width: 140px;
    font-size: 14px;
    background: #0185d0;
    text-align: center;
    display: block;
    height: 39px;
    line-height: 39px;
    border-top: 1px solid #1048a0;
    transition: ease-in-out .2s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.nav_main .nav dl dd .three a:first-child {
    border-top: none;
}

.nav_main .nav dl dd .three a:hover {
    background: #1048a0;
    color: #fff;
}

.container {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.banner {
    width: 100%;
    height: 650px;
    margin: 0 auto;
    overflow: hidden;
}


/*äº§å“å±•ç¤º*/

.til01 {
    text-align: center;
    color: #070707;
    font-size: 40px;
    line-height: 60px;
    font-family: "Microsoft Yahei";
    font-weight: normal;
    clear: both;
    display: block;
    height: 117px;
    white-space: nowrap;
    background: url(../images/tilbg1.png) no-repeat center bottom;
    /* margin-bottom: 0px; */
}

.til01 span,
.edge h2 span {
    display: block;
    font-family: Arial;
    font-size: 16px;
    text-transform: uppercase;
    color: #999;
    line-height: 31px;
}

.edge h2 p {
    display: block;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 19px;
}

.til01 a {
    color: #070707;
}

#Content .pro_index01 {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    position: relative;
}

#Content .pro_index01 .index_top {
    position: relative;
    width: 100%;
    display: block;
    padding-bottom: 40px;
}

#Content .pro_index01 .h3_y {
    font-weight: bold;
    font-size: 42px;
    color: #333333;
    display: block;
}

#Content .pro_index01 .p_h3 {
    font-weight: bold;
    font-size: 30px;
    color: #104492;
    position: relative;
}

#Content .pro_index01 .p_h3::after {
    position: absolute;
    right: 0;
    top: 55%;
    margin-top: -1px;
    height: 1px;
    width: 86%;
    content: "";
    background: #e5e5e5;
}

#Content .pro_index01 .top_rig {
    position: absolute;
    right: 0;
    bottom: 43%;
}

#Content .pro_index01 .li_a {
    float: left;
    padding: 0 20px;
    line-height: 45px;
    margin-left: 10px;
    background: #104492;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#Content .pro_index01 .right {
    float: right;
}

#Content .pro_index01 .li_a a {
    font-size: 16px;
    color: #ffffff;
    display: block;
    width: 100%;
}

#Content .pro_index01 .li_a:hover,
#Content .pro_index01 .li_a.on {
    background: #363e45;
}

#Content .pro_index01 .sea_form {
    float: left;
    position: relative;
    width: 212px;
    height: 38px;
    border: 1px solid #e5e5e5;
    padding-right: 39px;
}

#Content .pro_index01 .sea_form .input {
    float: left;
    width: 100%;
    height: 36px;
    line-height: 28px;
    padding: 5px 10px;
    color: #363e45;
    font-size: 14px;
    background: white;
    outline: none;
}

#Content .pro_index01 .sea_form .search_b {
    position: absolute;
    right: -1px;
    top: -1px;
    width: 39px;
    height: 38px;
    display: block;
    border: none;
    background: url(../images/901_top9.png) center no-repeat #104492;
    cursor: pointer;
    background-size: contain;
}

#Content .pro_index01 .pro_ul {
    width: 100%;
    display: block;
}

#Content .pro_index01 .ul_a {
    /* padding-bottom:60px; */
    display: block;
}

#Content .pro_index01 .li_b {
    width: 400px;
    float: left;
    padding-bottom: 50px;
}

#Content .pro_index01 .li_b:nth-child(3n) {
    margin-right: 0;
}

#Content .pro_index01 .li_b a {
    width: 350px;
    display: block;
    position: relative;
    padding: 20px 20px 20px 20px;
    background: #f0f0f0;
    height: 450px;
    transition: all 0.5s ease;
    /* margin-left:30px; */
}

#Content .pro_index01 .li_b .pic {
    display: block;
    overflow: hidden;
}

#Content .pro_index01 .li_b img {
    display: block;
    transition: all 0.5s ease;
    width: 100%;
}

#Content .pro_index01 .li_b .h4_b {
    display: block;
    padding-top: 16px;
    line-height: 40px;
    color: #333333;
    font-size: 18px;
    width: 100%;
    text-align: center;
    transition: all 0.5s ease;
}

#Content .pro_index01 .li_b .p_b {
    line-height: 30px;
    color: #888888;
    font-size: 14px;
    text-align: center;
    display: block;
    width: 100%;
    transition: all 0.5s ease;
}

#Content .pro_index01 .li_b .more {
    color: #fff !important;
}

#Content .pro_index01 .li_b .more {
    position: absolute;
    left: 47%;
    margin-left: -27px;
    bottom: -30px;
    z-index: 2;
    border: 4px solid #f0f0f0;
    background: #1048a0;
    line-height: 80px;
    width: 80px;
    height: 80px;
    text-align: center;
    color: #b3b3b3;
    font-size: 18px;
    border-radius: 50%;
    transition: all 0.5s ease;
}

#Content .pro_index01 .li_b:hover a {
    background: #104492;
}

#Content .pro_index01 .li_b:hover .h4_b,
#Content .pro_index01 .li_b:hover .p_b,
#Content .pro_index01 .li_b:hover .more {
    color: #ffffff;
}

#Content .pro_index01 .li_b:hover .more {
    border: 4px solid #104492;
    background: #ffff;
    color: #000 !important;
}

#Content .pro_index01 .li_b:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

#Content .pro_index01 .more_a {
    width: 184px;
    height: 44px;
    background: #363e45;
    line-height: 44px;
    color: #ffffff;
    margin: 0 auto;
    display: block;
    padding: 0 15px;
    position: relative;
}

#Content .pro_index01 .more_a::after {
    position: absolute;
    right: 0;
    top: 0;
    width: 65px;
    content: "";
    height: 0;
    border-top: 44px solid #104492;
    border-left: 28px solid transparent;
    transition: all 0.5s ease;
}

#Content .pro_index01 .more_a a {
    color: #ffffff;
    padding-left: 15px;
    font-size: 16px;
    width: 100%;
    display: block;
    position: relative;
    z-index: 2;
}

#Content .pro_index01 .more_a .b {
    float: right;
    font-weight: bold;
    line-height: 44px;
    font-size: 20px;
}

#Content .pro_index01 .more_a:hover::after {
    background: #104492;
    width: 100%;
    height: 100%;
}

@media screen and (max-width:1630px) {
    #Content .pro_index01 .li_a {
        padding: 0 16px;
    }
}

@media screen and (max-width:1200px) {
    #Content .pro_index01 .h3_y {
        font-size: 36px;
    }
    #Content .pro_index01 .p_h3 {
        font-size: 30px;
    }
    #Content .pro_index01 .li_a {
        padding: 0 16px;
    }
    #Content .pro_index01 .top_rig {
        position: inherit;
        margin-top: 20px;
    }
    #Content .pro_index01 .sea_form {
        float: right;
        margin-bottom: 20px;
    }
    #Content .pro_index01 .right {
        float: left;
    }
}

@media screen and (max-width:992px) {
    #Content .pro_index01 .p_h3::after {
        width: 80%;
    }
    #Content .pro_index01 .h3_y {
        font-size: 32px;
    }
    #Content .pro_index01 .p_h3 {
        font-size: 24px;
    }
    #Content .pro_index01 .li_a {
        padding: 0 16px;
    }
    #Content .pro_index01 .top_rig {
        position: inherit;
        margin-top: 20px;
    }
    #Content .pro_index01 .sea_form {
        float: right;
        margin-bottom: 20px;
    }
    #Content .pro_index01 .right {
        float: left;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #Content .pro_index01 .li_b {
        width: 49%;
    }
    #Content .pro_index01 .li_b:nth-child(3n) {
        margin-right: 2%;
    }
    #Content .pro_index01 .li_b:nth-child(2n) {
        margin-right: 0;
    }
    #Content .pro_index01 .li_b:nth-child(9) {
        display: none;
    }
}

@media screen and (max-width:768px) {
    #Content .pro_index01 .h3_y {
        font-size: 24px;
    }
    #Content .pro_index01 .p_h3 {
        font-size: 18px;
    }
    #Content .pro_index01 .p_h3::after {
        width: 70%;
    }
    #Content .pro_index01 .sea_form {
        width: 100%;
    }
    #Content .pro_index01 .right {
        display: block;
    }
    #Content .pro_index01 .li_a {
        width: 46%;
        padding: 0 10px;
        text-align: center;
        margin: 2%;
        line-height: 36px;
    }
    #Content .pro_index01 .li_a a {
        font-size: 14px;
        width: 100%;
        display: block;
        text-align: center;
    }
    #Content .pro_index01 .li_b .h4_b {
        line-height: 28px;
        padding-top: 10px;
        font-size: 16px;
    }
    #Content .pro_index01 .li_b a {
        padding: 10px 10px 32px;
    }
    #Content .pro_index01 .ul_a {
        padding-bottom: 30px;
    }
    #Content .pro_index01 .more_a {
        width: 160px;
        height: 38px;
    }
    #Content .pro_index01 .more_a a {
        line-height: 38px;
        padding-left: 5px;
        font-size: 15px;
    }
    #Content .pro_index01 .more_a::after {
        border-top: 38px solid #104492;
    }
    #Content .pro_index01 .more_a .b {
        line-height: 38px;
    }
    #Content .pro_index01 .li_b .more {
        width: 50px;
        height: 50px;
        margin-left: -25px;
    }
}

.case {
    /* height:840px; */
    font-family: "Microsoft Yahei";
    line-height: 24px;
    overflow: hidden;
    padding: 30px 0 0;
}

.casetil {
    height: 58px;
    background: url(../images/casetbg.gif) repeat 0 0;
    overflow: hidden;
    text-align: center;
    margin-bottom: 20px;
}

.casetil ul {
    width: 1250px;
}

.casetil li {
    float: left;
    line-height: 54px;
    font-size: 16px;
}

.casetil li a {
    display: block;
    color: #000;
    padding: 0px 36px;
}

.casetil li:hover a,
.casetil li.on a {
    background: #004f92;
    color: #fff;
    border-radius: 35px;
}

.content {
    width: 1200px;
    margin: 0 auto;
    font-family: "Microsoft Yahei";
}

.casetil {
    text-align: center;
}


/*é¦–é¡µå…³äºŽæˆ‘ä»¬*/

.index_about {
    width: 100%;
    min-height: 480px;
    background: url(../images/about_bg.jpg) no-repeat;
    padding: 60px 0;
    margin-top: 90px;
    background-attachment: fixed;
}

.about_box {
    background: #fff;
    min-height: 400px;
    padding: 35px;
    width: 1130px;
}

.con_syabout {
    margin: 30px 0;
}

.con_img_about {
    float: left;
    width: 50%;
    height: 365px;
    padding: 0 20px;
    position: relative;
}

.con_img_about img {
    z-index: 99999;
    position: absolute;
}

.con_img_about span {
    border: 4px solid #184b8a;
    display: block;
    position: absolute;
    width: 95%;
    height: 340px;
    top: -22px;
    left: -5px;
    z-index: 9;
}

.con_right_about {
    text-align: left;
    float: right;
    width: 45%;
}

.con_right_about p.desc {
    font-size: 14px;
    color: #fff;
    color: #666;
    padding: 20px 0;
    line-height: 30px;
    height: 190px;
    overflow: hidden;
    text-indent: 2em;
}

.btn-more1 {
    border: 1px solid #184b8a;
    color: #184b8a;
    display: block;
    width: 106px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    float: right;
    margin-right: 12px;
    margin-top: 35px;
}

.about_box {
    background: #fff;
    min-height: 400px;
    padding: 35px;
    width: 1130px;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.sy_tlt {
    background: url(../images/producttitle.png) no-repeat center center;
    height: 61px;
    line-height: 55px;
    text-align: center;
}

.sy_tlt b {
    font-size: 24px;
    color: #184b8a;
}

.sy_tlt span {
    color: #ff9900;
    text-transform: uppercase;
    font-size: 18px;
}

.hz_con {
    width: 1200px;
    margin: 0 auto;
    padding-top: 65px;
}

.hztt {
    color: #ffffff;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    background: url(../images/xxr.png) no-repeat center 5px;
    line-height: 40px;
}

.hztt1 {
    color: #ffffff;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    background: url(../images/xx.png) no-repeat center 5px;
    line-height: 40px;
}

.twt1 {
    float: left;
    padding-top: 15px;
}

.twt1 li {
    position: relative;
}

.twt1 li a.img {
    display: block;
    border: 1px solid #a8a7a7;
}

.twt1 li a.img img {
    display: block;
    width: 376px;
    height: 280px;
}

.twt1 li {
    float: left;
    overflow: hidden;
    margin-left: 20px;
}

.anli .hztt {
    color: #0e0e0e;
}

.chan1 {
    border: 1px solid #adadad;
    height: 312px;
    margin-top: 45px;
    position: relative;
}

.m1 a {
    display: block;
    color: #a8a8a8;
    border: 1px solid #676767;
    font-size: 17px;
    font-weight: lighter;
    text-align: center;
    width: 108px;
    height: 29px;
    line-height: 29px;
    margin: 0 auto;
    margin-top: 10px;
}

.twt1 li h3 a {
    display: block;
    height: 36px;
    line-height: 36px;
    background: rgba(14, 14, 14, .8);
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.pro {
    margin-top: 30px;
}

.ybox2 .yleft {
    margin: -7px 0 0 60px;
    width: 525px;
}

.ybox2 .ys1 {
    margin-left: 20px;
}

.dz {
    width: 563px;
    height: 38px;
    line-height: 38px;
    color: #f4d6d6;
    font-size: 18px;
    text-align: center;
    font-weight: lighter;
    background: url(../images/bj3.png) no-repeat top center;
}

.l_btn1,
.r_btn1 {
    position: absolute;
    cursor: pointer;
    top: 42%;
}

.l_btn1 {
    left: -45px;
}

.r_btn1 {
    right: -45px;
}


/*æ»šåŠ¨*/

#m_demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}

#demo {
    overflow: hidden;
    width: 96%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%!important;
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}


/**/

.box2 {
    background: url(../images/ys.jpg) no-repeat;
    padding: 3.8% 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.box2 .title .p1 span {
    color: #f68e39;
}

.box2 .title .p1 {
    color: #fff;
}

.box2 .title .p2 {
    color: rgba(255, 255, 255, .5);
}

.yul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    display: -webkit-flex;
    margin: 5% 0;
}

.yul li {
    width: 25%;
    text-align: center;
    background: url(../images/f49ccfc2c9f7c2a532c5bd3596edd07a141ffece.png) no-repeat right center;
}

.yul li .img2 {
    display: none;
}

.yul li:hover .img1 {
    display: none;
}

.yul li:hover .img2 {
    display: inline-block;
}

.yul li h3 {
    color: #f68e39;
    font-size: 24px;
    margin: 36px 0 20px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
}

.yul li p {
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    padding: 0 15%;
}

.yul li:last-child {
    background: none;
}

.dh {
    width: 424px;
    height: 76px;
    line-height: 76px;
    margin: 0 auto;
    padding-left: 70px;
    background: url(../images/bf1f020287dc156cc0e5d5d9ed209341818ff06e.png) no-repeat center;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}

.ystel {
    font-size: 28px;
    margin-left: 48px;
    font-weight: normal;
}

.wh {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
}

@media(max-width: 1160px) {
    .shu {
        margin-top: 20px;
    }
    .acon {
        font-size: 14px;
        line-height: 24px;
    }
    .title .p1,
    .title .p1 span {
        font-size: 28px;
    }
    .yul li h3 {
        font-size: 16px;
    }
    .yul li p {
        padding: 0 5%;
    }
}

.title .p1 {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    color: #333333;
}

.title .p1 span {
    font-size: 34px;
    color: #ca1913;
    font-weight: 700;
    font-family: Arial;
    text-transform: uppercase;
}

.title .p2 {
    text-align: center;
    font-size: 18px;
    color: #666666;
    padding: 15px 0px;
}


/*é¦–é¡µæ–°é—»åŠ¨æ€*/

.h_news {
    padding: 45px 0;
    background: #f4f4f4;
}

.h_news .news_bd {
    width: 48.5%;
    float: left;
    margin-top: 40px;
}

.h_news .news_bd .h_news_tlt {
    font-size: 22px;
    color: #333333;
}

.h_news .news_bd .h_news_tlt b {
    float: left;
    color: #fff;
    background: #184b8a;
    width: 158px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-weight: normal;
}

.h_news .news_bd .h_news_tlt span {
    float: right;
    background: url(../images/more_bg.png) no-repeat;
    width: 80px;
    height: 31px;
    text-align: center;
    line-height: 31px;
}

.h_news .news_bd .h_news_tlt span a {
    color: #000;
    font-size: 14px;
}

.h_news .news_bd2 {
    margin-left: 3%;
    float: right;
}

.h_news .news_bd ul {
    margin-top: 25px;
    clear: both;
    background: #fff;
    min-height: 300px;
}

.h_news .news_bd ul li {
    display: block;
    border-bottom: 1px solid #f9f9f9;
    clear: both;
    padding: 15px 20px 15px 35px;
    height: 30px;
    line-height: 30px;
    background: #FFF;
    background: url(../images/ico.png) no-repeat 15px 25px;
}

.h_news .news_bd ul li a {
    display: block;
    font-size: 15px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 80%;
}

.h_news .news_bd ul li span {
    float: right;
    color: #b9b7b7;
    font-size: 14px;
}

.h_news .news_bd ul li a:hover {
    color: #184b8a;
}

.h_news .article_bd {
    float: right;
}


/*å‹æƒ…é“¾æŽ¥*/

.link {
    background: #f4f4f4;
    min-height: 40px;
    line-height: 30px;
    color: #7e7f82;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 0 20px;
    font-size: 15px;
}

.link b {
    float: left;
    width: 5%;
    font-weight: normal;
}

.link p {
    float: right;
    width: 93%;
}

.link a {
    display: inline-block;
    padding: 0 30px 0 0;
    float: left;
}


/*åº•éƒ¨æ&nbsp;·å¼*/

.foot_t {
    width: 100%;
    background: #184b8a;
    border-top: solid 1px #eee;
    font-weight: normal;
    color: #fff;
    height: 60px;
    line-height: 60px;
}

.foot_t a {
    color: #fff;
    padding: 0 2%;
    font-size: 15px;
}

.foot_t span {
    background: url(../images/top.png) no-repeat right center;
    height: 60px;
    display: block;
    float: right;
    width: 90px;
}

.foot_t span a {
    display: block;
    width: 100%;
    height: 100%;
}

.foot_b {
    width: 100%;
    background: #434343;
    padding: 40px 0 0;
}

.f_b_t {
    height: 305px;
}

.f_contact {
    width: 66.66666667%
}

.f_contact p {
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 15px;
}

.f_contact a {
    color: #fff;
}

.f_contact span {
    color: #fff;
    font-family: "Microsoft Yahei";
    line-height: 30px;
    margin-bottom: 7px;
    display: block;
}

.f_contact span.xian {
    width: 80px;
    height: 5px;
    line-height: 5px;
    background-color: #4e89be;
    display: block;
}

.f_contact ul li {
    margin-right: 40px;
    float: left;
    width: 360px;
    text-indent: 50px;
    margin-top: 20px;
    line-height: 30px;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
}

.f_contact li.heart {
    background: url(../images/telicon.jpg) left center no-repeat;
}

.f_contact li.heart1 {
    background: url(../images/qqicon.jpg) left center no-repeat;
}

.f_contact li.heart2 {
    background: url(../images/faxicon.jpg) left center no-repeat;
}

.f_contact li.heart3 {
    background: url(../images/emailicon.jpg) left center no-repeat;
}

.f_ewm {
    width: 30%;
}

.f_ewm p {
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 15px;
}

.f_ewm p b {
    font-size: 15px;
    color: #ccc7c3;
}

.copyright {
    text-align: center;
    border-top: 1px solid #717171;
    height: 40px;
    line-height: 40px;
    color: #ccc;
}

.copyright a {
    color: #ccc;
}

.code1 {
    margin-right: 30px;
}

.code1 p,
.code2 p {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    color: #8a8f92;
}

.bg1 {
    width: 100%;
    height: auto;
    background: url(../images/a18.jpg) repeat;
    padding: 60px 0px;
}


/**/

.con_img_about #zzsc {
    background-size: 100% !important;
}

#zzsc {
    /* ï¿½DÆ¬ï¿½ÄŒï¿½ */
    height: 380px;
    /* ï¿½DÆ¬ï¿½Ä¸ï¿½ */
    overflow: hidden;
    z-index: 9999;
    background-size: 100% !important;
}

#zzsc a {
    position: absolute;
    top: 0;
    left: 0;
    width: 600px;
}

#zzsc a img {
    border: none;
    width: 100%;
}


/* ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½á˜Œï¿½ï¿½xï¿½Î°ï¿½ï¿½oï¿½Oï¿½ï¿½ */

#zzsc .abgne-controls {
    list-style: none;
    position: absolute;
    margin: 0;
    padding: 0;
    right: 10px;
    bottom: 25px;
    height: 20px;
}

#zzsc .abgne-controls li {
    float: left;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    cursor: pointer;
    margin-right: 2px;
    color: #0cf;
    background-color: #fff;
}

#zzsc .abgne-controls li.current {
    color: #fff;
    background-color: #0cf;
}


/*banner*/

.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}


/*# sourceMappingURL=slick.min.css.map */

.slick-dots,
.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    padding: 0
}

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
    font-family: slick;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-loading .slick-list {
    background: url(../images/ajax-loader.gif) center center no-repeat #fff
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(fonts/slick.eot);
    src: url(../fonts/slick.eot) format('embedded-opentype'), url(../fonts/slick.woff) format('woff'), url(../fonts/slick.ttf) format('truetype'), url(../fonts/slick.svg#slick) format('svg')
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: 'â†'
}

.slick-next:before,
[dir=rtl] .slick-prev:before {
    content: 'â†’'
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

[dir=rtl] .slick-next:before {
    content: 'â†'
}

.slick-dotted.slick-slider {
    margin-bottom: 0px
}

.slick-dots {
    bottom: 15px;
    width: 100%;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-size: 40px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: 'â€¢';
    text-align: center;
    opacity: .5;
    color: #fff
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #247413
}


/*# sourceMappingURL=slick-theme.min.css.map */

.slideshow {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 100%;
}

.slideshow * {
    outline: none;
}


/*.slideshow .slider {box-shadow: 0 20px 50px -25px black;}*/

.slideshow .slider-track {
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.slideshow .item {
    height: 100%;
    position: relative;
    z-index: 1;
}

.slideshow .item img {
    width: 100%;
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.slideshow .item.slick-active img {
    -webkit-transform: scale(1);
    transform: scale(1);
}


/*èµ„è´¨è£èª‰*/

div.orbit-wrapper {
    position: relative;
    overflow: visible;
    width: 1000x;
    height: 450px;
    margin: 0 auto;
    margin-top: 30px;
}

div.orbit {
    position: relative;
    overflow: hidden;
    margin-right: 150px;
    padding: 10px 0px;
}

div.orbit span {
    display: none;
}

div.orbit a img {
    position: absolute;
    display: block;
    width: 415px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
    padding: 3px;
    border: #ccc 1px solid;
    background: #fff;
}

div.orbit-wrapper h4 {
    display: none;
}

div.timer {
    display: none;
}

div.slider-nav {
    display: block;
}

div.slider-nav span {
    width: 58px;
    height: 58px;
    color: #fff;
    text-align: center;
    position: absolute;
    z-index: 100;
    top: 170px;
    cursor: pointer;
    text-indent: -9999px;
}

div.slider-nav span.right {
    right: -105px;
    background: url(../images/slider_right.png);
}

div.slider-nav span.left {
    left: -120px;
    background: url(../images/slider_left.png);
}

div.slider-nav span.right:hover {
    background: url(../images/slider_right.png)
}

div.slider-nav span.left:hover {
    background: url(../images/slider_left.png);
}

.jz-title {
    padding: 68px 0 38px;
    text-align: center;
}

.jz-title h6 {
    font-size: 36px;
    color: #333333;
    margin-bottom: 16px;
}

.jz-title h6 span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.jz-title h6::before,
.jz-title h6::after {
    width: 13px;
    height: 13px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: #0c6dc2;
}

.jz-title p {
    font-size: 18px;
    color: #757575;
}

.bg {
    background: url(../images/zzrybg.jpg);
    background-position: center;
    padding-bottom: 90px;
}

.o_big_con {
    overflow: hidden;
    position: relative;
}

.o_big {
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 70% center;
    background-size: cover;
    position: relative;
    width: 100%;
    -webkit-animation: scaleAnim 5s ease forwards;
    animation: scaleAnim 5s ease forwards;
}

.o_big img {
    width: 100%;
    filter: Alpha(Opacity=0);
    opacity: 0;
}

.o_big_con .cons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.o_big_con .cons .wrap {
    height: 100%;
    display: table;
}

.o_big_con .cons .wrap3 {
    height: 100%;
    display: table;
}

.o_big_con .h2 {
    font-weight: normal;
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    text-align: center;
}

.o_big_con .h2 label {
    width: 100%;
    display: block;
    color: rgba(255, 255, 255, 1.0);
    font-weight: bold;
    margin-bottom: 2%;
}

.o_big_con .h2 span {
    display: block;
    overflow: hidden;
    color: rgba(255, 255, 255, 1.0);
    /* font-size:15px;*/
    font-family: Arial;
    line-height: 1;
    font-weight: lighter;
    position: relative;
}

.f56 {
    font-size: 56px;
}

.f32 {
    font-size: 32px;
}

.postions .postions_r img {
    height: 12px;
}

.postions .rclass {
    display: block;
}

.postions {
    height: 72px;
    line-height: 72px;
    overflow: hidden;
    color: #999999;
    font-size: 15px;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    /*-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.04);box-shadow: 0 5px 10px rgba(0,0,0,.04);*/
}


/*.postions.bgs2{-webkit-box-shadow: 0 5px 5px rgba(0,0,0,.04);box-shadow: 0 5px 5px rgba(0,0,0,.04); margin-bottom:15px;}*/

.postions.bgs3 {
    background: #f6f6f6;
    border-bottom: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    margin-bottom: 0;
}

.postions.bgs2 {
    /*display:none;*/
    margin-top: -72px;
    background: rgba(231, 231, 231, 0.19);
    position: relative;
}

.postions.bgs4 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(231, 231, 231, 0.19);
}

.posadd .postions {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}

.postions a {
    color: #999999;
}

.postions a:hover {
    color: #0d3e84;
}

.postions label {
    color: #999999;
}

.postions .postions_r {}

.postions .postions_r img {
    vertical-align: text-top;
    margin-right: 8px;
    margin-left: 11px;
    height: 18px;
}

.postions .postions_r img:first-child {
    margin-left: 0;
}

.postions h2 {
    float: left;
    font-weight: normal;
    color: #fff;
    height: 58px;
}

.postions h2 span {
    font-size: 15px;
    font-family: Arial;
    color: rgba(255, 255, 255, 0.5);
}

.postions .rclass {
    float: right;
    background: url(../images/pos_bg2.png) left center no-repeat;
    background-size: 20px auto;
    padding-left: 25px;
    -webkit-tap-highlight-color: #fff;
    -webkit-tap-highlight-color: transparent;
    display: none;
}

.postions .postions_b {
    text-align: center;
}

.postions .postions_b a {
    /*float:left;*/
    display: inline-block;
    vertical-align: top;
    text-align: center;
    overflow: hidden;
    font-size: 16px;
    color: #333333;
    position: relative;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    z-index: 0;
    margin-left: 35px;
    margin-right: 35px;
}

.postions .postions_b a:hover {
    color: #0d3e84;
}

.postions .postions_b a:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0px;
    height: 3px;
    opacity: 0;
    background: #0d3e84;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    z-index: -1;
}

.postions .postions_b a.isel:after {
    left: 0%;
    right: 0%;
    opacity: 1;
}

.postions .postions_b a:hover:after {
    left: 0%;
    right: 0%;
    opacity: 1;
}

.postions .postions_b a.isel {
    color: #0d3e84;
}

.postions2 {
    position: absolute;
    left: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    color: #fff;
    font-size: 15px;
    bottom: 5%;
}

.postions2 a {
    color: #fff;
}

.f40 {
    font-size: 40px;
}

.postions2 a:hover {
    color: #0d3e84;
}

.wrap {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}

.o_big_con .h2 {
    font-weight: normal;
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    text-align: center;
}

.postions2 label {
    color: #fff;
}

.postions2 .postions_r {
    float: right;
}

.postions2 .postions_r img {
    vertical-align: text-top;
    margin-right: 12px;
    height: 18px;
}

.postions2 .postions_r img:first-child {
    margin-left: 0;
}

.postions2 h2 {
    float: left;
    font-weight: normal;
    color: #fff;
    height: 58px;
}

.postions2 h2 span {
    font-size: 15px;
    font-family: Arial;
    color: rgba(255, 255, 255, 0.5);
}

.about_one {
    overflow: hidden;
    margin-top: 5%;
    margin-bottom: 6%;
}

.about_one .about_one_l {
    float: right;
    width: 49%;
    overflow: hidden;
    max-width: 655px;
}

.about_one .about_one_l .imgs {
    overflow: hidden;
}

.about_one .about_one_l .imgs img {
    width: 100%;
    display: block;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}

.about_one .about_one_l .imgs:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.about_one .about_one_r {
    overflow: hidden;
    color: #333;
    margin-top: 2.5%;
}

.about_one .about_one_r .h3 {
    font-weight: bold;
    overflow: hidden;
    line-height: 40px;
    margin-top: 10px;
    color: #333;
}

.about_one .about_one_r .p {
    line-height: 40px;
    overflow: hidden;
    color: #222222;
    margin-top: 3%;
}

.contact-block-b {
    padding-top: 55px;
    padding-bottom: 80px;
}

.contact-block-b .title {
    font-size: 24px;
    line-height: 28px;
    color: #0a94d6;
}

.contact-block-b .cont {
    margin-top: 17px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 26px;
    color: #777;
}

.contact-block-b .form .text {
    margin-bottom: 14px;
    padding-left: 52px;
    font-family: 'Montserrat-Regular', "Arial", "å¾®è½¯é›…é»‘", "sans-serif", "å®‹ä½“";
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -1px;
    color: #1048a0;
    background: no-repeat left center;
}

.contact-block-b .form .text.mail {
    background-image: url(../images/icon16_1.png);
}

.contact-block-b .form .text.phone {
    background-image: url(../images/icon16_2.png);
}

.contact-block-b .form .list {
    margin: 0 -10px;
}

.contact-block-b .form .list .input-box {
    padding: 6px 10px;
}

.contact-block-b .form .list .input {
    width: 100%;
    padding: 14px 30px;
    font-size: 16px;
    line-height: 28px;
    color: #666;
    background: #f4f4f4;
}

.contact-block-b .form .submit-box .submit {
    color: #ffffff;
    cursor: pointer;
    background-color: #1048a0;
}

.contact-block-b .form .submit-box .submit:hover {
    background-color: #23b4f7;
}

.contact-block-b .left-cont {
    width: 39.28%;
}

.contact-block-b .right-cont {
    width: 57.85%;
    padding-top: 52px;
}

@media (max-width: 1200px) {
    .contact-block-b {
        padding-top: 35px;
        padding-bottom: 30px;
    }
    .contact-block-b .title {
        font-size: 20px;
        line-height: 24px;
    }
    .contact-block-b .cont {
        margin-top: 10px;
        margin-bottom: 15px;
        line-height: 24px;
    }
    .contact-block-b .form .text {
        margin-bottom: 10px;
        padding-left: 36px;
        font-size: 20px;
        line-height: 24px;
        background-size: 24px auto;
    }
    .contact-block-b .form .list {
        margin: 0 -5px;
    }
    .contact-block-b .form .list .input-box {
        padding: 6px 5px;
    }
    .contact-block-b .form .list .input {
        width: 100%;
        padding: 10px 20px;
        font-size: 14px;
        line-height: 24px;
    }
    .contact-block-b .left-cont {
        width: 100%;
    }
    .contact-block-b .right-cont {
        width: 100%;
        padding-top: 22px;
    }
}

textarea,
input,
select {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

input,
button,
select,
textarea {
    outline: none;
    -webkit-appearance: none;
}

select,
input,
textarea {
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #414446;
    font-family: "Arial", "å¾®è½¯é›…é»‘", "sans-serif", "å®‹ä½“";
    -webkit-appearance: none;
}

[flex][flex~="jb"] {
    justify-content: space-between;
}

[flex][flex~="wrap"] {
    flex-wrap: wrap;
}

[flex] {
    display: flex;
}

.lw-w-6 {
    width: 50%;
}

.lw-w-12 {
    width: 100%;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/*æ–°é—»åˆ—è¡¨*/

.f28 {
    font-size: 28px;
}

.news_ul {
    overflow: hidden;
    margin-top: 3%;
    margin-bottom: 2%;
}

.news_ul li {
    display: block;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
}

.news_ul li .imgs {
    width: 414px;
    float: right;
    overflow: hidden;
}

.news_ul li .imgs img {
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    display: block;
}

.news_ul li:hover .imgs img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.news_ul li .nums {
    float: left;
    width: 13.3%;
    overflow: hidden;
    text-align: left;
    margin-top: 10px;
    line-height: 30px;
    color: #777777;
    transition: all 0.3s;
}

.news_ul li .nums .day {
    line-height: 36px;
    font-weight: bold;
    color: #222222;
    overflow: hidden;
    display: block;
    margin-bottom: 5px;
}

.news_ul li .nums.bgs2 {
    display: none;
}

.news_ul li .txts {
    margin-right: 1.7%;
    float: left;
    width: calc(85% - 414px);
    width: -webkit-calc(85% - 414px);
    width: -moz-calc(85% - 414px);
    margin-top: 10px;
    max-width: 636px;
    text-align: justify;
}

.news_ul li .txts .h3 {
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    color: #222;
    font-weight: normal;
    transition: all 0.3s;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.3s;
}

.news_ul li .txts .p {
    height: 102px;
    overflow: hidden;
    color: #666666;
    line-height: 34px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 18px;
    transition: all 0.3s;
    max-width: 800px;
}

.news_ul li:hover .txts h3 {
    color: var(--main-color);
}

.news_ul li .txts .o_more {
    position: relative;
    float: left;
    margin-left: 46px;
    margin-top: 36px;
    height: 54px;
    width: 54px;
}

.news_ul li .txts .o_more:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: all 0.3s;
    border: 1px dashed #80888f;
    transition: all 0.6s;
}

.news_ul li:hover .txts .o_more:before {
    transform: rotate(180deg);
    /*transform: rotateX(-30deg);*/
}

.news_ul li:hover .txts .o_more:after {
    left: -35px;
}

.news_ul li .txts .o_more:after {
    content: "";
    position: absolute;
    left: -45px;
    width: 75px;
    height: 15px;
    top: 50%;
    margin-top: -7px;
    background: url(../images/news_pic1.png) no-repeat;
    background-size: 100% 100%;
    transition: all 0.3s;
}

.code2 {
    width: 152px;
}

.code2 img {
    width: 100%;
}


/*åˆ†é¡µ*/

.yema {
    width: 100%;
    text-align: center;
    clear: both;
    overflow: hidden;
    padding-top: 3%;
    padding-bottom: 4%;
    clear: both;
}

.yema li {
    float: left;
}

.yema a {
    display: inline-block;
    height: 44px;
    line-height: 42px;
    padding-left: 10px;
    overflow: hidden;
    padding-right: 10px;
    min-width: 48px;
    margin-left: 3px;
    text-align: center;
    color: #333333;
    font-size: 14px;
    border: 1px solid #f8f8f8;
    background: #f8f8f8;
}

.yema a.on {
    color: #fff;
    background: #184b8a;
    border: 1px solid var(--main-color);
}


/*æ–°é—»å†…é¡µ*/

#bodycon {
    width: 100%!important;
}

#bodycon #left {
    display: none;
}

#bodycon #center {
    width: 100% !important;
}

.cl {
    clear: both;
}

.nyxqnewsbg {
    width: 100%;
    background: #f4f4f4;
    padding: 30px 0;
}

.nyxqnews {
    margin: 0 auto;
    width: 1200px;
}

.nyxqnews_left {
    width: 890px;
    float: left;
    background: #FFF;
    padding: 30px;
    padding-bottom: 0;
    overflow: hidden;
}

.news_lefttit {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
}

.news_lefttit h1 {
    font-size: 22px;
    font-weight: normal;
    line-height: 30px;
    display: block;
    margin-bottom: 15px;
    color: #333;
}

.news_lefttit span {
    display: block;
    float: left;
    border-left: 1px dotted #b6b6b6;
    color: #999;
    line-height: 14px;
    padding: 0 10px;
}

.news_lefttit .chuchu {
    padding: 0 10px 0 0;
    border-left: none;
}

.newsshare {
    float: right;
    margin-top: -8px;
}

.nyxqnews_leftcont {
    margin-top: 20px;
    line-height: 28px;
    color: #777;
}

.nyxqnews_leftpage {
    width: 890px;
    margin-left: -30px;
    margin-top: 20px;
    border-top: 1px solid #e7e7e7;
    line-height: 70px;
}

.nyxqnews_leftup {
    float: left;
    border-right: 1px solid #e7e7e7;
    width: 364px;
    padding-left: 50px;
    padding-right: 30px;
    height: 70px;
    overflow: hidden;
    background: url(../images/newsup.png) 30px 29px no-repeat;
}

.nyxqnews_leftdown {
    float: right;
    text-align: right;
    width: 365px;
    padding-left: 30px;
    padding-right: 50px;
    height: 70px;
    overflow: hidden;
    background: url(../images/newsdown.png) 413px 29px no-repeat;
}

.nyxqnews_right {
    width: 300px;
    float: right;
    position: relative;
}

.nyxqnewsfanhui {
    position: absolute;
    top: 0;
    left: -958px;
    z-index: 10;
}

.nywenzhang {
    padding: 30px 30px 20px 30px;
    background: #FFF;
}

.nyxqnews_righttit {
    font-size: 18px;
    border-bottom: 1px solid #e7e7e7;
    height: 36px;
    line-height: 18px;
    position: relative;
}

.nyxqnews_righttit:before {
    content: "";
    width: 75px;
    height: 1px;
    background: #1048a0;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.nyxqnews_righttit strong {
    color: #1048a0;
}

.nyxqnews_rightcont {
    margin-top: 10px;
    line-height: 36px;
}

.nyxqnews_rightcont a {
    display: block;
    background: url(../images/newswenzhagn.png) left center no-repeat;
    padding-left: 22px;
    width: 220px;
    height: 36px;
    overflow: hidden;
}

.nyzx {
    margin-top: 10px;
}

@font-face {
    font-family: 'ma5galleryfont';
    src: url("data:application/octet-stream;base64,d09GRgABAAAAAAvYAA4AAAAAFIAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABRAAAAEQAAABWPitJBGNtYXAAAAGIAAAAOwAAAVLoFenUY3Z0IAAAAcQAAAAKAAAACgAAAABmcGdtAAAB0AAABZQAAAtwiJCQWWdhc3AAAAdkAAAACAAAAAgAAAAQZ2x5ZgAAB2wAAAGWAAACAAUZ2+RoZWFkAAAJBAAAADUAAAA2B+2XA2hoZWEAAAk8AAAAHgAAACQHlwNUaG10eAAACVwAAAAWAAAAHBgEAABsb2NhAAAJdAAAABAAAAAQAeICUG1heHAAAAmEAAAAIAAAACAAmgusbmFtZQAACaQAAAF3AAACzcydGx1wb3N0AAALHAAAAFQAAABuwbvi63ByZXAAAAtwAAAAZQAAAHvdawOFeJxjYGTOY5zAwMrAwVTFtIeBgaEHQjM+YDBkZGJgYGJgZWbACgLSXFMYHF4wveBgDvqfxRDFHMgwHSjMCJIDAOX4C614nGNgYGBmgGAZBkYGEPAB8hjBfBYGAyDNAYRMIIkXTC84/v+HslhALPH/4v+gusCAkY1hxAMA9fYKtQAAAAAAAAAAAAAAAAB4nK1WaXMTRxCd1WHLNj6CDxI2gVnGcox2VpjLCBDG7EoW4BzylexCjl1Ldu6LT/wG/ZpekVSRb/y0vB4d2GAnVVQoSv2m9+1M9+ueXpPQksReWI+k3HwpprY2aWTnSUg3bFqO4kPZ2QspU0z+LoiCaLXUvu04JCISgap1hSWC2PfI0iTjQ48yWrYlvWpSbulJd9kaD+qt+vbT0FGO3QklNZuhQ+uRLanCqBJFMu2RkjYtw9VfSVrh5yvMfNUMJYLoJJLGm2EMj+Rn44xWGa3GdhxFkU2WG0WKRDM8iCKPslpin1wxQUD5oBlSXvk0onyEH5EVe5TTCnHJdprf9yU/6R3OvyTieouyJQf+QHZkB3unK/ki0toK46adbEehivB0fSfEI5uT6p/sUV7TaOB2RaYnzQiWyleQWPkJZfYPyWrhfMqXPBrVkoOcCFovc2Jf8g60HkdMiWsmyILujk6IoO6XnKHYY/q4+OO9XSwXIQTIOJb1jkq4EEYpYbOaJG0EOYiSskWV1HpHTJzyOi3iLWG/Tu3oS2e0Sag7MZ6th46tnKjkeDSp00ymTu2k5tGUBlFKOhM85tcBlB/RJK+2sZrEyqNpbDNjJJFQoIVzaSqIZSeWNAXRPJrRm7thmmvXokWaPFDPPXpPb26Fmzs9p+3AP2v8Z3UqpoO9MJ2eDshKfJp2uUnRun56hn8m8UPWAiqRLTbDlMVDtn4H5eVjS47CawNs957zK+h99kTIpIH4G/AeL9UpBUyFmFVQC9201rUsy9RqVotUZOq7IU0rX9ZpAk05Dn1jX8Y4/q+ZGUtMCd/vxOnZEZeeufYlyDSH3GZdj+Z1arFdgM5sz+k0y/Z9nebYfqDTPNvzOh1ha+t0lO2HOi2w/UinY2wvaEGT7jsEchGBXMAGEoGwdRAI20sIhK1CIGwXEQjbIgJhu4RA2H6MQNguIxC2l7Wsmn4qaRw7E8sARYgDoznuyGVuKldTyaUSrotGpzbkKXKrpKJ4Vv0rA/3ikTesgbVAukTW/IpJrnxUleOPrmh508S5Ao5Vf3tzXJ8TD2W/WPhT8L/amqqkV6x5ZHIVeSPQk+NE1yYVj67p8rmqR9f/i4oOa4F+A6UQC0VZlg2+mZDwUafTUA1c5RAzGzMP1/W6Zc3P4fybGCEL6H78NxQaC9yDTllJWe1gr9XXj2W5twflsCdYkmK+zOtb4YuMzEr7RWYpez7yecAVMCqVYasNXK3gzXsS85DpTfJMELcVZYOkjceZILGBYx4wb76TICRMXbWB2imcsIG8YMwp2O+EQ1RvlOVwe6F9Ho2Uf2tX7MgZFU0Q+G32Rtjrs1DyW6yBhCe/1NdAVSFNxbipgEsj5YZq8GFcrdtGMk6gr6jYDcuyig8fR9x3So5lIPlIEatHRz+tvUKd1Ln9yihu3zv9CIJBaWL+9r6Z4qCUd7WSZVZtA1O3GpVT15rDxasO3c2j7nvH2Sdy1jTddE/c9L6mVbeDg7lZEO3bHJSlTC6o68MOG6jLzaXQ6mVckt52DzAsMKDfoRUb/1f3cfg8V6oKo+NIvZ2oH6PPYgzyDzh/R/UF6OcxTLmGlOd7lxOfbtzD2TJdxV2sn+LfwKy15mbpGnBD0w2Yh6xaHbrKDXynBjo90tyO9BDwse4K8QBgE8Bi8InuWsbzKYDxfMYcH+Bz5jBoMofBFnMYbDNnDWCHOQx2mcNgjzkMvmDOOsCXzGEQModBxBwGT5gTADxlDoOvmMPga+Yw+IY59wG+ZQ6DmDkMEuYw2Nd0ayhzixd0F6htUBXowPQTFvewONRUGbK/44Vhf28Qs38wiKk/aro9pP7EC0P92SCm/mIQU3/VdGdI/Y0Xhvq7QUz9wyCmPtMvxnKZwV9GvkuFA8ouNp/z98T7B8IaQLYAAQAB//8AD3icZY+/S8NAFMffu6vXpsZa+yORIKWmNcXWhlJjFBdDJ1edJCg4WhHBxUns4iJIcZLSQUqHQhcXFTdHJxf/AxEHcZAiIg569RpFFG949/0+vve594B237uHtE4nIABRGIfgRSIWkvqQ5nNoQwR8QEDVWZwpk0V7yqJFezrDUvoc2imd+VV7sjiIDK8uMcz4K9/jTwzl56xJ9KRhniU2rEhhOBTMaoXE9kzYUmQ5rdEs4W9fySDuYOSooI0kJ5KzHyeWNZw2GquzpqbrtTUACuLQGl6L2YZAE7MpkQHJB2K2aFGJMd2w7NF/YtN0nGXHwQPTKS2VvNvz145bKrnO7yrwBKBbpg90AQZAgcB5PCwRks+Nqf7emkbYTirxWMYy9BAm0CaPvMzXd9udDi529o/vj0nztnnTLfP5XqPTrlS2Go070QX84fYDOw0QzOck9EuYkXBaQpVU0a3zFm/V0fWKsLjyx/KWKF8cUhWcPsHx/XBUtHoZGV++370IJfb5mycg8lHvV5HgsoenC1z2JLrwCQXdhnoAAHicY2BkYGAA4oKCJdfi+W2+MnAzvwCKMFwqtTsFoUVm/f/zP5P5BXMgkMvBwAQSBQB+Mg3iAAAAeJxjYGRgYA76n8UQxfyCgeH/LyAJFEEB7ACQ5QXxAAB4nGN+wcDAPAOKX0AwUx8EAwBP5AUYAAAAAAAAAE4AgACsANAA6AEAAAEAAAAHACoAAwAAAAAAAgAAABAAcwAAABwLcAAAAAB4nHWRzUrDQBRGv2lr1RZUFNx6V1IR0x/oRhAKlbrRTZFuJY1pkpJmymRa6Gv4Dj6ML+Gz+DWdirSYkMy5Z+7cuZkAOMc3FDZXl8+GFY4YbbiEQzw4LtM/Oq6Qnx0foI5Xx1X6N8c13CJyXMcFPlhBVY4ZTfHpWOFMnTou4URdOS7T3zmukB8cH+BSvTiu0geOaxip3HEd1+qrr+crk0SxlUb/RjqtdlfGK9FUSean4i9srE0uPZnozIZpqr1Az7Y8DKNF6pttuB1HockTnUnba23VU5iFxrfh+7p6vow61k5kYvRMBi5D5kZPw8B6sbXz+2bz737oQ2OOFQwSHlUMC0GD9oZjBy20+SMEY2YIMzdZCTL4SGl8LLgiLmZyxj0+E0YZbciMlOwh4Hu254ekiOtTVjF7s7vxiLTeIym8sC+P3e1mPZGyItMv7Ptv7zmW3K1Da7lq3aUpuhIMdmoIz2M9N6UJ6L3iVCztPZq8//m+H+BkhE0AeJxtxzEOgCAMAMAWBYzylQ7EF5lShISAQf4fB+PmbQcKXiv8swCocMIZNRq0LtfYiHPnIkGHNmg3txyd08JHZSnktyJxULukknc9n+kLwAOdKhQ+eJxj8N7BcCIoYiMjY1/kBsadHAwcDMkFGxlYnTYyMGhBaA4UeicDAwMnMouZwWWjCmNHYMQGh46IjcwpLhvVQLxdHA0MjCwOHckhESAlkUCwkYFHawfj/9YNLL0bmRhcAAfTIrgAAAA=") format("woff");
}

[class^="ma5-gallery-icon-"]:before,
[class*=" ma5-gallery-icon-"]:before {
    position: relative;
    top: .1rem;
    display: inline-block;
    font-family: 'ma5galleryfont';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ma5-gallery-icon-dot:before {
    content: '\e804';
}

.ma5-gallery-icon-search:before {
    content: '\e805';
}

.ma5-gallery-icon-close:before {
    content: '\e806';
}

.ma5-gallery-icon-left:before {
    content: '\e807';
}

.ma5-gallery-icon-right:before {
    content: '\e808';
}

@-webkit-keyframes animation-fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes animation-fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes animation-fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes animation-fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.ma5-lightbox {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    font-size: 1.4rem;
    max-width: 100%;
    overflow: hidden;
    margin-left: 0px;
    margin-right: 18px;
    background: #eee;
    border: 1px solid #000;
    margin-bottom: 20px;
}

.ma5-lightbox:nth-child(3n+0) {
    margin-right: 0px;
}

.ma5-lightbox:after {
    font-family: 'ma5galleryfont';
    content: "\e805";
    position: absolute;
    bottom: 30px;
    right: 1.2rem;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding: 0.6rem 0 0 0.6rem;
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    cursor: pointer;
    border-radius: 3rem;
    background-color: rgba(85, 85, 85, 0.4);
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ma5-lightbox img {
    cursor: pointer;
    width: 100%;
}

.ma5-lightbox figcaption {
    display: blok;
    margin-top: 20px;
    text-align: center;
    height: 40px;
    font-size: 16px;
}

.ma5-lightbox .ma5-html-content .ma5-html-content-center&gt;* {
    display: none;
}

.ma5-lightbox .ma5-html-content .ma5-html-content-center&gt;img {
    display: block;
}

.ma5-gallery {
    font-size: 0;
}

.ma5-gallery&gt;br {
    font-size: 1.6rem;
}

.ma5-imgbox {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 3100;
    top: 0;
    left: 0;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: animation-fade-in;
    animation-name: animation-fade-in;
}

.ma5-imgbox:-webkit-full-screen {
    width: 100%;
    height: 100%;
}

.ma5-imgbox:before {
    content: "";
    display: block;
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6000;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    background-repeat: repeat-x;
}

.ma5-imgbox:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 13000;
}

.ma5-imgbox.ma5-has-figcaption:after {
    height: 9rem;
    background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    pointer-events: none;
}

.ma5-gallery-active .ma5-imgbox:after {
    background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
}

@media (max-width: 767px) {
    .ma5-gallery-active .ma5-imgbox:after {
        height: 8rem;
    }
}

@media (min-width: 768px) {
    .ma5-gallery-active .ma5-imgbox:after {
        height: 18rem;
    }
}

.ma5-imgbox img {
    position: absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
    width: auto;
    height: auto;
    min-width: 0;
    min-height: 0;
    max-width: 100%;
    max-height: 100%;
}

.ma5-imgbox.ma5-has-figcaption img {
    top: -100%;
    max-height: 100%;
}

.ma5-imgbox.ma5-out {
    -webkit-animation-name: animation-fade-out;
    animation-name: animation-fade-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.ma5-imgbox.ma5-previous {
    -webkit-animation-name: animation-fade-out;
    animation-name: animation-fade-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.ma5-imgbox .ma5-html-thumbnail {
    display: none;
}

.ma5-imgbox .ma5-html-content {
    position: absolute;
    display: block;
    overflow: hidden;
    padding: 0;
    width: 100%;
    height: 100%;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
    min-width: 0;
    min-height: 0;
    max-width: 100%;
    z-index: 5000;
}

.ma5-imgbox .ma5-html-content .ma5-html-content-center {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ma5-imgbox .ma5-html-content .ma5-html-content-center:before {
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3001;
}

.ma5-imgbox .ma5-html-content .ma5-html-content-center.ready-to-play:before {
    display: none;
}

.ma5-tmp .ma5-control {
    display: block;
}

.ma5-tmp .ma5-control&gt;br {
    display: none;
}

.ma5-control {
    position: fixed;
    bottom: 11rem;
    left: 0;
    font-size: 0;
    width: 100%;
    padding: 0;
    text-align: center;
    z-index: 3925;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: animation-fade-in;
    animation-name: animation-fade-in;
}

.ma5-control .ma5-lightbox {
    width: 5rem;
    height: 5rem;
    max-width: 5rem;
    max-height: 5rem;
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 0;
    margin: 0 0.5rem;
    border: 2px solid rgba(255, 255, 255, 0);
    cursor: pointer;
    pointer-events: auto;
}

@media (min-width: 1200px) {
    .ma5-control .ma5-lightbox {
        border: 0.4rem solid rgba(255, 255, 255, 0);
    }
}

.ma5-control .ma5-lightbox:hover {
    z-index: 4002;
}

.ma5-control .ma5-lightbox:after {
    display: none;
}

.ma5-control .ma5-lightbox img {
    display: block;
    cursor: pointer;
    width: auto;
    height: 100%;
    min-height: 100%;
    margin: auto;
    border: none;
}

.ma5-control .ma5-lightbox figcaption {
    display: none;
}

.ma5-control .ma5-lightbox.ma5-active,
.ma5-control .ma5-lightbox:hover {
    border: 2px solid #ffa200;
    z-index: 4001;
}

@media (min-width: 1200px) {
    .ma5-control .ma5-lightbox.ma5-active,
    .ma5-control .ma5-lightbox:hover {
        border: 0.4rem solid #ffa200;
    }
}

.ma5-control .ma5-lightbox.ma5-active img,
.ma5-control .ma5-lightbox:hover img {
    opacity: 1;
    border-color: #ffa200;
}

.ma5-control .ma5-lightbox.ma5-active img {
    cursor: default;
}

.ma5-control .ma5-lightbox .ma5-html-content {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.ma5-control .ma5-lightbox .ma5-html-content * {
    font-size: 1.2rem;
    padding: 0;
    text-align: center;
}

.ma5-control .ma5-lightbox .ma5-html-content .ma5-html-content-center {
    height: 100%;
}

.ma5-control.ma5-out {
    -webkit-animation-name: animation-fade-out;
    animation-name: animation-fade-out;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.ma5-control .ma5-bg {
    display: block;
    position: relative;
    white-space: nowrap;
    overflow: auto;
    padding: 0.7rem 0.8rem 0.7rem 0.8rem;
}

.ma5-preloadbox {
    position: fixed;
    width: 1px;
    height: 1px;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

.ma5-preloadbox img {
    width: 1px !important;
    height: 1px !important;
    position: absolute;
    top: 0;
    left: 0;
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}

.ma5-close {
    position: fixed;
    top: 0;
    right: 0;
    padding: 1.6rem;
    z-index: 4910;
    cursor: pointer;
    overflow: hidden;
    opacity: 0;
}

@media (min-width: 768px) {
    .ma5-close {
        -webkit-transition: opacity 0.3s ease-in;
        transition: opacity 0.3s ease-in;
    }
}

.ma5-close .ma5-gallery-icon {
    position: relative;
    cursor: pointer;
    color: white;
    width: 3.2rem;
    height: 3.2rem;
    line-height: 3.2rem;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 1.4rem;
}

.ma5-close .ma5-gallery-icon:before {
    position: absolute;
    display: block;
    width: 3.2rem;
    height: 3.2rem;
    top: 0;
    left: 0;
}

.ma5-close .ma5-gallery-icon:after {
    content: "";
    display: block;
    position: absolute;
    width: 3.2rem;
    height: 3.2rem;
    top: 0;
    left: 0;
    border-radius: 3.2rem;
    z-index: -1;
}

.ma5-prev,
.ma5-next {
    top: 25%;
    width: 12%;
    height: 50%;
    z-index: 3900;
    position: fixed;
    cursor: pointer;
    overflow: hidden;
}

@media (min-width: 1200px) {
    .ma5-prev,
    .ma5-next {
        font-size: 2rem;
    }
}

.ma5-prev:before,
.ma5-next:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    vertical-align: middle;
}

.ma5-prev .ma5-gallery-icon,
.ma5-next .ma5-gallery-icon {
    position: relative;
    cursor: pointer;
    color: white;
    width: 6rem;
    height: 6rem;
    line-height: 6rem;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 3rem;
    display: inline-block;
    vertical-align: middle;
}

.ma5-prev .ma5-gallery-icon:before,
.ma5-next .ma5-gallery-icon:before {
    position: absolute;
    display: block;
    width: 6rem;
    height: 6rem;
    top: 0;
    left: 0;
}

.ma5-prev .ma5-gallery-icon:after,
.ma5-next .ma5-gallery-icon:after {
    content: "";
    display: block;
    position: absolute;
    width: 6rem;
    height: 6rem;
    top: 0;
    left: 0;
    border-radius: 6rem;
    z-index: -1;
}

.ma5-prev {
    text-align: left;
}

@media (min-width: 1200px) {
    .ma5-prev {
        left: 0;
    }
    .ma5-prev .ma5-gallery-icon-left {
        margin-left: 3rem;
    }
}

@media (max-width: 1199px) {
    .ma5-prev {
        left: 36%;
        left: calc(50% - 60px);
    }
}

.ma5-next {
    text-align: right;
}

@media (min-width: 1200px) {
    .ma5-next {
        right: 0;
    }
    .ma5-next .ma5-gallery-icon-right {
        margin-right: 3rem;
    }
}

@media (max-width: 1199px) {
    .ma5-next {
        right: 36%;
        right: calc(50% - 60px);
    }
}

.ma5-toggle-figcaption {
    display: none;
}

.ma5-toggle-figcaption .ma5-gallery-icon {
    position: relative;
    cursor: pointer;
    color: white;
    width: 3.2rem;
    height: 3.2rem;
    line-height: 3.2rem;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 1.4rem;
}

.ma5-toggle-figcaption .ma5-gallery-icon:before {
    position: absolute;
    display: block;
    width: 3.2rem;
    height: 3.2rem;
    top: 0;
    left: 0;
}

.ma5-toggle-figcaption .ma5-gallery-icon:after {
    content: "";
    display: block;
    position: absolute;
    width: 3.2rem;
    height: 3.2rem;
    top: 0;
    left: 0;
    border-radius: 3.2rem;
    z-index: -1;
}

.ma5-figcaption,
.ma5-figcaption-old {
    position: fixed;
    width: 100%;
    z-index: 3910;
    overflow: hidden;
    top: 0;
    left: 0;
}

.ma5-figcaption .ma5-centerbox,
.ma5-figcaption-old .ma5-centerbox {
    max-width: 678;
    max-height: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.6rem;
    line-height: 200px;
    text-align: center;
    color: white;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
    margin: 0 auto;
}

.ma5-figcaption .ma5-centerbox .ma5-gallery-icon-info,
.ma5-figcaption-old .ma5-centerbox .ma5-gallery-icon-info {
    position: absolute;
    left: 1.9rem;
    top: 1.5rem;
    font-size: 2rem;
}

.ma5-figcaption .ma5-centerbox .ma5-gallery-icon-info:before,
.ma5-figcaption-old .ma5-centerbox .ma5-gallery-icon-info:before {
    color: inherit;
}

@media (max-width: 1199px) {
    .ma5-figcaption .ma5-centerbox .ma5-gallery-icon-info,
    .ma5-figcaption-old .ma5-centerbox .ma5-gallery-icon-info {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .ma5-figcaption .ma5-centerbox,
    .ma5-figcaption-old .ma5-centerbox {
        line-height: 1.4;
        font-size: 1.8rem;
        max-height: 3rem;
    }
}

.ma5-figcaption .ma5-centerbox a,
.ma5-figcaption-old .ma5-centerbox a {
    color: #ffa200;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}

.ma5-figcaption .ma5-centerbox a:hover,
.ma5-figcaption .ma5-centerbox a:focus,
.ma5-figcaption-old .ma5-centerbox a:hover,
.ma5-figcaption-old .ma5-centerbox a:focus {
    text-decoration: underline;
}

.ma5-in .ma5-figcaption .ma5-centerbox,
.ma5-in .ma5-figcaption-old .ma5-centerbox {
    color: rgba(255, 255, 255, 0);
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}

.ma5-in .ma5-figcaption .ma5-centerbox a,
.ma5-in .ma5-figcaption-old .ma5-centerbox a {
    color: rgba(255, 162, 0, 0);
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}

.ma5-out .ma5-centerbox {
    color: rgba(255, 255, 255, 0);
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}

.ma5-out .ma5-centerbox a {
    color: rgba(255, 162, 0, 0) !important;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}

.ma5-gallery-active,
.ma5-lightbox-active {
    overflow-y: hidden;
}

.ma5-gallery-active body,
.ma5-lightbox-active body {
    overflow: hidden;
    overflow-y: scroll;
}

.ma5-gallery-active body .ma5-page,
.ma5-lightbox-active body .ma5-page {
    overflow: hidden;
}

.ma5-gallery-active body.ie,
.ma5-lightbox-active body.ie {
    width: 100vw;
}

.ma5-gallery-active .ma5-imgbox img {
    top: -100%;
    max-height: 100%;
}

.ma5-gallery-active .ma5-imgbox.ma5-out {
    -webkit-animation-delay: 0;
    animation-delay: 0;
}

.ma5-gallery-active .ma5-figcaption,
.ma5-gallery-active .ma5-figcaption-old {
    top: 0;
}

.ma5-loaded .ma5-close {
    opacity: 1;
}

.ma5-hide {
    cursor: default;
    opacity: 0.15;
}

.ma5-hide * {
    cursor: default !important;
}

.ma5-backdrop {
    position: fixed;
    z-index: 3099;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.ma5-loaded .ma5-backdrop {
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}

.ma5-loaded .ie .ma5-backdrop {
    transition: none;
}

.ma5-closing .ma5-backdrop {
    background-color: transparent;
    -webkit-transition: background-color 0.3s ease-in;
    transition: background-color 0.3s ease-in;
}

.ma5-closing .ie .ma5-backdrop {
    transition: none;
}

@media (max-width: 1199px) {
    .ma5-imgbox,
    .ma5-imgbox.ma5-out,
    .ma5-imgbox.ma5-previous {
        -webkit-animation-duration: 0s;
        animation-duration: 0s;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-name: blank;
        animation-name: blank;
    }
    .ma5-imgbox.ma5-previous {
        display: none;
    }
    .ma5-backdrop {
        -webkit-transition: none !important;
        transition: none !important;
    }
    .ma5-loaded .ma5-backdrop {
        -webkit-transition: none !important;
        transition: none !important;
        background-color: black;
    }
}

.ma5-control {
    bottom: 45px;
    display: none !important;
}

.ma5-control .ma5-bg {
    background-color: transparent;
    padding: 7px 5px 20px 5px;
}

.ma5-control.ma5-visible {
    display: block !important;
}

.ma5-control .ma5-lightbox {
    width: 60px;
    height: 60px;
    max-width: 60px;
    max-height: 60px;
    border: 2px solid rgba(255, 255, 255, 0);
    background-color: rgba(128, 128, 128, 0.2);
}

@media (min-width: 1200px) {
    .ma5-control .ma5-lightbox {
        border: 0.4rem solid rgba(255, 255, 255, 0);
    }
}

.ma5-gallery-active .ma5-imgbox,
.ma5-lightbox-active .ma5-imgbox {
    overflow-y: hidden;
    overflow-x: auto;
}

.ma5-gallery-active .ma5-imgbox img,
.ma5-lightbox-active .ma5-imgbox img {
    border: none;
    box-shadow: none;
    top: -100%;
    max-height: 100%;
}

.ma5-gallery-active .ma5-imgbox.ma5-has-figcaption img,
.ma5-lightbox-active .ma5-imgbox.ma5-has-figcaption img {
    top: -100%;
    max-height: 100%;
}

@media (max-width: 1199px) {
    .ma5-gallery-active .ma5-figcaption,
    .ma5-gallery-active .ma5-figcaption-old,
    .ma5-lightbox-active .ma5-figcaption,
    .ma5-lightbox-active .ma5-figcaption-old {
        width: 100%;
        height: 100%;
        white-space: normal;
        background-color: rgba(0, 0, 0, 0.8);
        bottom: 0;
        display: none;
        overflow: hidden;
        overflow-y: auto;
        z-index: 3935;
        padding: 13px 50px;
    }
    .ma5-gallery-active .ma5-figcaption .ma5-centerbox,
    .ma5-gallery-active .ma5-figcaption-old .ma5-centerbox,
    .ma5-lightbox-active .ma5-figcaption .ma5-centerbox,
    .ma5-lightbox-active .ma5-figcaption-old .ma5-centerbox {
        white-space: normal;
        height: auto;
        max-height: none;
        text-align: left;
        padding-bottom: 20px;
        color: white;
    }
    .ma5-gallery-active .ma5-figcaption .ma5-centerbox a,
    .ma5-gallery-active .ma5-figcaption-old .ma5-centerbox a,
    .ma5-lightbox-active .ma5-figcaption .ma5-centerbox a,
    .ma5-lightbox-active .ma5-figcaption-old .ma5-centerbox a {
        color: #ffdfa8;
    }
    .ma5-gallery-active .ma5-figcaption.ma5-figcaption-visible,
    .ma5-gallery-active .ma5-figcaption-old.ma5-figcaption-visible,
    .ma5-lightbox-active .ma5-figcaption.ma5-figcaption-visible,
    .ma5-lightbox-active .ma5-figcaption-old.ma5-figcaption-visible {
        display: block;
    }
}

.ma5-gallery-active body,
.ma5-lightbox-active body {
    height: 100%;
}

.ma5-gallery-active body .ma5-page,
.ma5-lightbox-active body .ma5-page {
    -webkit-filter: none;
    filter: none;
}

@media (max-width: 1199px) {
    .ma5-prev,
    .ma5-next {
        height: 32px;
        width: 42px;
        top: auto;
        bottom: 4px;
    }
    .ma5-prev .ma5-gallery-icon,
    .ma5-next .ma5-gallery-icon {
        margin-bottom: 0;
        font-size: 17px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        vertical-align: bottom;
        margin-bottom: 0;
    }
    .ma5-prev .ma5-gallery-icon:before,
    .ma5-prev .ma5-gallery-icon:after,
    .ma5-next .ma5-gallery-icon:before,
    .ma5-next .ma5-gallery-icon:after {
        width: 32px;
        height: 32px;
    }
}

.ma5-close {
    width: 4.5rem;
    top: 1.4rem;
    right: 0.5rem;
    height: 3.2rem;
    padding: 0;
    display: block;
    text-align: center;
}

.ma5-close .ma5-gallery-icon:before {
    font-size: 1.5rem;
}

.ma5-toggle-control {
    display: block;
    position: fixed;
    width: 3.2rem;
    font-size: 2.4rem;
    z-index: 3930;
    cursor: pointer;
    -webkit-transition: none;
    transition: none;
    overflow: hidden;
    text-align: center;
}

.ma5-toggle-control .ma5-gallery-icon {
    position: relative;
    cursor: pointer;
    color: white;
    width: 3.2rem;
    height: 3.2rem;
    line-height: 3.2rem;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 1.4rem;
}

.ma5-toggle-control .ma5-gallery-icon:before {
    position: absolute;
    display: block;
    width: 3.2rem;
    height: 3.2rem;
    top: 0;
    left: 0;
}

.ma5-toggle-control .ma5-gallery-icon:after {
    content: "";
    display: block;
    position: absolute;
    width: 3.2rem;
    height: 3.2rem;
    top: 0;
    left: 0;
    border-radius: 3.2rem;
    z-index: -1;
}

@media (max-width: 1199px) {
    .ma5-toggle-figcaption {
        display: block;
        position: fixed;
        width: 3.2rem;
        z-index: 3930;
        cursor: pointer;
        -webkit-transition: none;
        transition: none;
        overflow: hidden;
    }
    .ma5-toggle-figcaption .ma5-gallery-icon {
        position: relative;
        cursor: pointer;
        color: white;
        width: 3.2rem;
        height: 3.2rem;
        line-height: 3.2rem;
        display: block;
        margin: 0 auto;
        text-align: center;
        font-size: 1.4rem;
    }
    .ma5-toggle-figcaption .ma5-gallery-icon:before {
        position: absolute;
        display: block;
        width: 3.2rem;
        height: 3.2rem;
        top: 0;
        left: 0;
    }
    .ma5-toggle-figcaption .ma5-gallery-icon:after {
        content: "";
        display: block;
        position: absolute;
        width: 3.2rem;
        height: 3.2rem;
        top: 0;
        left: 0;
        border-radius: 3.2rem;
        z-index: -1;
    }
}

.ma5-toggle-control {
    right: 50%;
    bottom: 0.3rem;
    right: calc(50% - 1.6rem);
    z-index: 3890;
}

.ma5-toggle-control .ma5-gallery-icon:after {
    width: 3.2rem;
    height: 3.2rem;
}

.ma5-toggle-figcaption {
    left: 0.6rem;
    top: 1rem;
    padding-left: 1rem;
    padding-right: 1.5rem;
    width: 6rem;
    z-index: 4980;
}

.ma5-toggle-figcaption .ma5-gallery-icon:before {
    font-size: 1.6rem;
}

.ma5-toggle-figcaption .ma5-gallery-icon-info {
    font-size: 20px;
}

.ma5-loaded .ma5-toggle-control,
.ma5-loaded .ma5-toggle-figcaption {
    -webkit-transition: none;
    transition: none;
}

.ma5-gallery {
    margin: 0 auto;
    width: 1200px;
}

.ma5-gallery.gallery-line {
    margin: 1rem 0 0 0;
}

.ma5-lightbox {
    width: 385px;
    height: 320px;
}

.hzkh .ma5-lightbox {
    width: 240px;
    height: 240px;
}

@media (max-width: 767px) {
    .ma5-lightbox {
        width: 12rem;
        height: 12rem;
    }
}

.ma5-lightbox img {
    display: block;
    cursor: pointer;
    margin: auto;
    position: absolute;
    min-width: 100%;
    border: 1px solid #eee;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}


/**/

.c1 {
    margin-top: 50px;
}

.about-tit {
    text-align: center;
    padding-bottom: 14px;
    background: url(../images/ico_23.jpg) no-repeat bottom center;
    margin-top: 50px;
}

.about-tit .p {
    font-size: 34px;
    color: #000000;
    line-height: 36px
}

.about-tit .h {
    font-size: 24px;
    color: #666666;
    text-transform: uppercase;
    line-height: 40px;
    display: inline-block;
    position: relative;
}

.about-tit .h:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    width: 140px;
    height: 1px;
    background: #999999;
    left: -160px;
}

.about-tit .h:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    width: 140px;
    height: 1px;
    background: #999999;
    right: -160px
}

.about-h {
    font-size: 14px;
    color: #666666;
    margin-top: 20px;
    text-align: center;
}


/*****************************contact_end*******************************/


/*****************************honor_start*******************************/

.in_honor {
    padding: 50px 0
}

.in_honor .list {
    display: table;
    width: 100%;
    padding-bottom: 20px;
}

.in_honor .list .left {
    display: table-cell;
    background: #cccccc;
    width: 20%;
    vertical-align: middle;
    padding: 3%;
}

.in_honor .list .right {}

.in_honor .list .right img {
    max-width: 100%;
    display: block;
    margin: 0 auto;

}

.in_honor .list .right ul li {
    float: left;
    width: 33%;
    padding: 0 1%;
    margin-bottom: 1%;
    border: solid 1px #eee;
}

.in_honor .list .right ul li .text {
    width: 100%;
    text-align: center;
    padding-top: 0;
    line-height: 2;
    font-size: 16px;
    padding: 10px 0px;
    height: 84px;
}


/*****************************honor_end*******************************/

.about-page .contactbox {
    padding: 64px 20px 94px 20px;
}

.about-page .contactbox .title {
    text-align: center;
    font-size: 34px;
}

.about-page .contactbox .slogan {
    text-align: center;
    font-size: 15px;
    color: #999999;
    margin: 18px 0 44px 0;
}

.about-page .contactbox #allmap {
    height: 382px;
}

.col12,
.col {
    width: 100%;
    float: left;
}

.row::after {
    content: "";
    height: 0;
    display: block;
    clear: both;
}

.col5 {
    width: 41.66666667%;
}

.col12,
.col {
    float: left;
}

.about-page .contactbox .content {
    background: #fff;
    padding: 42px;
    font-size: 15px;
}

.about-page .contactbox .name {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 32px;
}

.about-page .contactbox .p {
    padding-left: 34px;
    background: no-repeat 0 2px;
    margin-bottom: 16px;
    min-height: 20px;
}

.about-page .contactbox .p a {
    font-size: 15px;
    color: #333;
}

.about-page .contactbox .p1 {
    background-image: url(../images/contact1.png);
}

.about-page .contactbox .p2 {
    background-image: url(../images/contact2.png);
}

.about-page .contactbox .p3 {
    background-image: url(../images/contact3.png);
}

.about-page .contactbox .p4 {
    background-image: url(../images/contact4.png);
    background-position: 0 4px;
}

.about-page .contactbox .p5 {
    background-image: url(../images/contact5.png);
}

.about-page .contactbox .qrcode {
    float: right;
    text-align: center;
    margin-top: -48px;
}

.about-page .contactbox .qrcode .pic {
    width: 120px;
}

.about-page .contactbox .qrcode img {
    width: 100%;
    display: block;
}

.about-page .contactbox .qrcode .txt {
    margin-top: 6px;
}

.col2 {
    width: 16.66666667%;
}


/*æœåŠ¡ç†å¿µ*/

.desc p {
    text-indent: 24px;
}

.service .desc {
    font-size: 16px;
    line-height: 30px;
    padding: 35px 30px;
    display: block;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.service ul .item {
    margin-top: 40px;
}

.service ul .item .box {
    padding: 35px 30px;
    display: block;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    margin-bottom: 30px;
}

.service ul .item .intro .top_ .date {
    font-family: Impact;
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
}

.service ul .item .intro .top_ .date span {
    display: inline-block;
}

.service ul .item .intro .top_ .date .line {
    width: 38px;
    height: 25px;
    background: url(../images/ipart05_line.png) no-repeat;
    z-index: 9;
    position: absolute;
    left: 5px;
    bottom: 8px;
}

.service ul .item .intro .top_ .date .num {
    font-size: 36px;
    color: #1048a0;
    z-index: 1;
    position: relative;
}

.service ul .item .intro .top_ .date .title {
    margin-left: 13px;
    color: #333;
    font-size: 18px;
    font-weight: 600;
}

.service ul .item .intro .con {
    line-height: 28px;
    color: #4c4c4c;
    overflow: hidden;
}

.service ul li:hover .box {
    background-color: #1048a0;
}

.service ul li:hover .intro .top_ .date .line {
    background: url(../images/ipart05_line_h.png) no-repeat;
}

.service ul li:hover .intro .top_ .date .num {
    color: #fff;
}

.service ul li:hover .intro .top_ .date .title {
    color: #fff;
}

.service ul li:hover .intro .con {
    color: #fff;
}

@media screen and (max-width: 768px) {
    .service ul .item .box {
        padding: 35px 25px;
    }
    .service ul .item .intro .con {
        font-size: 14px;
    }
}


/*å†…é¡µå·¦ä¾§å¯¼èˆªä¸»è¦æ&nbsp;·å¼*/

.neiye .menu {
    background: #104492;
    background-size: cover;
    padding: 20px 0;
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    position: relative
}

.neiye .menu img {
    margin-right: 15px
}

.neiye .menu i {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer
}

.neiye .menu span {
    position: absolute;
    right: 30px;
    line-height: 45px;
}

.neiye .nav1 {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 60px;
    border-bottom: 1px solid #e6e6e6;
    text-align: left;
    padding: 0 10px;
    text-align: center;
}

.neiye ul a {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 42px;
    padding: 0 10px 0 60px;
    border-bottom: 1px solid #e5e5e5;
    position: relative
}

.neiye ul a:before {
    content: "-";
    position: absolute;
    left: 35px;
    top: 0;
    font-size: 18px;
    color: #333;
}

.neiye ul {
    display: none;
    padding: 0 35px
}

.neiye .ul1 {
    display: block;
}

.neiye .navbox {
    background: #fff;
    padding: 0 0 30px;
    border: 1px solid #e6e6e6;
    border-top: 0;
}


/*ä¸€çº§å¯¼èˆªã€äºŒçº§å¯¼èˆªé»˜è®¤é€‰ä¸­çŠ¶æ€*/

.neiye .nav1.active {
    color: #fff;
    text-decoration: underline !important;
    background: #104492;
}

.neiye .nav1.active:before {
    background: #c2d465;
    /*transform:rotate(90deg)*/
}

.neiye ul a.active {
    color: #104492;
}

.neiye ul a.active:before {
    color: #104492;
    content: "+";
    font-size: 14px;
}

.neiye .menu1 {
    margin-top: 20px;
    background: #104492;
    background-size: cover;
}

.neiye .lian {
    background: #fff;
    font-size: 14px;
    line-height: 40px;
    padding: 10px 15px 30px;
    border: 1px solid #d9d9d9;
    border-top: 0;
}

.neiye .lian .tou img {
    max-width: 100%
}

.neiye .lian .sao {
    max-width: 175px;
    margin: 15px auto 0;
    text-align: center;
}

.neiye .lian .sao img {
    max-width: 100%;
    border: 1px solid #e9e8e8;
}

.title-zi {
    font-size: 14px;
    color: #333;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    margin: 0 0 30px
}

.title-zi .zuo {
    font-size: 24px;
    display: inline-block;
    padding: 0 20px;
    position: relative;
}

.title-zi .zuo:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -14px;
    width: 100%;
    height: 3px;
    background: #0063c9
}

.title-zi .you span {
    color: #0063c9
}

.title-zi .you a {
    color: #333;
}

.title-zi .you a:hover {
    color: #0063c9;
    text-decoration: underline !important;
}

.wh1200 {
    width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
}

.item23 img {
    width: 100%;
}

.nycp {
    width: 280px !important;
    margin-right: 15px;
}

.nycp:nth-of-type(3n) {
    margin-right: 0px;
}

.nycp a {
    width: 280px !important;
    display: block;
    position: relative;
    padding: 20px 20px 20px 20px;
    background: #f0f0f0;
    height: 410px !important;
    transition: all 0.5s ease;
    margin-left: 0px !important;
}

.show {
    background: #fff;
}

.show .title {
    color: #0063c9
}

.show .more01,
.show .navbox01 .navli {
    border-color: rgb(0 99 201);
    color: #0063c9
}

.show .row {
    margin: 0 -10px !important;
}

.show .col-md-3 {
    padding: 0 10px !important;
}

.show .imgbox {
    display: block;
    background: #fff;
    color: #333;
    text-align: center;
    margin-bottom: 20px
}

.show .imgbox .shang {
    padding: 20px 20px 0;
}

.show .imgbox .tu {
    overflow: hidden;
    background: #e5e5e5
}

.show .imgbox .tou {
    font-size: 18px;
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5
}

.show .imgbox .more {
    line-height: 53px;
}


/*äº§å“è¯¦ç»†*/

.product_w {
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}

.product_one {
    overflow: hidden;
    margin-bottom: 5%;
}

.product_one .img_l {
    float: left;
    width: 45%;
    overflow: hidden;
    border: 1px solid #dddddd;
}

.product_one .txts_r {
    float: right;
    width: 50%;
    max-width: 660px;
    overflow: hidden;
    font-size: 14px;
    color: #000;
}

.product_one .txts_r .h3 {
    font-weight: bold;
    overflow: hidden;
    line-height: 1.2;
    margin-top: 0px;
}

.product_one .txts_r .span {
    display: block;
    overflow: hidden;
    line-height: 20px;
    margin-top: 10px;
}

.product_one .txts_r .ul {
    margin-top: 3%;
    overflow: hidden;
    line-height: 24px;
}

.product_one .txts_r .ul li {
    overflow: hidden;
    line-height: 24px;
    margin-bottom: 4px;
    display: block;
    padding-left: 20px;
    position: relative;
}

.product_one .txts_r .ul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #000000;
    border-radius: 50%;
}

.product_one .txts_r .zhixun {
    float: left;
    display: block;
    height: 44px;
    line-height: 40px;
    overflow: hidden;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    color: #fff;
    background: url(../images/product_pic2.png) #1c71b6 30px center no-repeat;
    font-size: 16px;
    text-align: left;
    margin-top: 25px;
    border-radius: 4px;
    border: 2px solid #1c71b6;
    padding-left: 58px;
    padding-right: 42px;
    background-size: auto 17px;
    margin-right: 14px;
}

.product_one .txts_r .zhixun:hover {
    opacity: 0.8;
    filter: Alpha(opacity=80);
}

.product_one .txts_r .online {
    float: left;
    display: block;
    height: 44px;
    line-height: 40px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    color: #999999;
    background: url(../images/product_pic3.png) #ffffff 29px center no-repeat;
    font-size: 16px;
    text-align: left;
    margin-top: 25px;
    border-radius: 4px;
    border: 2px solid #dddddd;
    padding-left: 58px;
    padding-right: 42px;
    position: relative;
    background-size: auto 17px;
}

.product_one .txts_r .online:hover {
    background-image: url(../images/product_pic3_on.png);
    background-color: #1c71b6;
    border-color: #1c71b6;
    color: #fff;
}

.product_one .txts_r .r_end {
    overflow: hidden;
    margin-top: 5%;
    clear: both;
    color: #666666;
    font-size: 18px;
}

.product_one .txts_r .r_end .p {
    float: right;
    width: 56%;
    overflow: hidden;
    line-height: 30px;
}

.product_one .txts_r .r_end .tel {
    float: left;
    width: 42%;
    overflow: hidden;
    color: #000000;
    position: relative;
    line-height: 1.3;
}

.imgs img {
    width: 100%;
}

.product_one .txts_r .r_end .tel:after {
    content: "";
    right: 0;
    top: 50%;
    height: 56px;
    margin-top: -28px;
    width: 1px;
    background: #dddddd;
    overflow: hidden;
    right: 10%;
    position: absolute;
}

.product_one .txts_r .r_end .tel a {
    color: #1c71b6;
    overflow: hidden;
    margin-top: 5px;
    display: inline-block;
}

.product_one .txts_r .r_desc {
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #999999;
    margin-top: 3%;
}

.product_one .txts_r .r_desc label {
    color: #000;
}

.product_title {
    height: 100px;
    line-height: 100px;
    background: #f8f8f8;
    overflow: hidden;
}

.product_title ul li {
    text-align: center;
    float: left;
    overflow: hidden;
    width: 25%;
    max-width: 170px;
    color: #666666;
    font-size: 18px;
    cursor: pointer;
}

.product_title ul li.on {
    color: #1c71b6;
    font-weight: bold;
}

.product_title ul li:hover {
    color: #1c71b6;
}

.product_two {
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    padding-top: 3%;
    padding-bottom: 5%;
}

.product_two .cons_box {
    overflow: hidden;
    padding-left: 40px;
    padding-right: 40px;
}

.product_two img {
    max-width: 100%;
}

.product_t2 {
    overflow: hidden;
    border-top: 1px solid #dddddd;
    color: #000000;
    font-size: 16px;
    padding-top: 4%;
}

.product_t2 .about_t {
    float: left;
    margin-top: 0;
}

.product_t2 .about_t .h3 {
    float: left;
}

.product_t2 .about_t .h3 span {
    width: auto;
}

.product_t2 a {
    float: right;
    line-height: 38px;
    margin-top: 1%;
}

.product_ul2 {
    overflow: hidden;
    margin-bottom: 5%;
}

.product_ul2 ul li {
    float: left;
    width: 23.5%;
    overflow: hidden;
    margin-bottom: 2%;
    margin-right: 2%;
}

.product_ul2 ul li:nth-child(4n+0) {
    margin-right: 0;
}

.product_ul2 ul li .imgs {
    border: 1px solid #dddddd;
    border-bottom: 0;
    overflow: hidden;
    position: relative;
    padding-top: 99.78%;
}

.product_ul2 ul li .imgs img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}

.product_ul2 ul li:hover .imgs img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.product_ul2 ul li .txts {
    background: #f8f8f8;
    overflow: hidden;
    padding: 20px;
    transition: all 0.3s;
}

.product_ul2 ul li .span {
    display: block;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000;
    font-size: 16px;
    transition: all 0.3s;
}

.product_ul2 ul li .h3 {
    font-weight: bold;
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    height: 28px;
    line-height: 28px;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.3s;
}

.product_ul2 ul li .p {
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666666;
    font-size: 12px;
    margin-top: 6px;
    transition: all 0.3s;
}

.product_ul2 ul li:hover .txts {
    background: #184b8a;
}

.product_ul2 ul li:hover .h3 {
    color: #fff;
}

.product_ul2 ul li:hover .p {
    color: #fff;
}

.product_ul2 ul li:hover .span {
    color: #fff;
}

.product_ul3 {
    overflow: hidden;
}

.product_ul3 ul li {
    float: left;
    width: 49%;
    overflow: hidden;
    margin-bottom: 2%;
    margin-right: 2%;
}

.product_ul3 ul li:nth-child(2n+0) {
    margin-right: 0;
}

.product_ul3 ul li .imgs {
    overflow: hidden;
    position: relative;
    padding-top: 44.8%;
}

.product_ul3 ul li .imgs img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}

.product_ul3 ul li:hover .imgs img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.product_ul3 ul li .txts {
    background: #f8f8f8;
    overflow: hidden;
    padding-left: 2%;
    padding-right: 2%;
    height: 110px;
    line-height: 110px;
}

.product_ul3 ul li .txts .h3 {
    overflow: hidden;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

.product_ul4 {
    max-width: 1300px;
    margin: 0 auto;
    overflow: hidden;
}

.product_ul4 ul li {
    display: block;
    overflow: hidden;
    position: relative;
}

.product_ul4 ul li .imgs {
    float: left;
    width: 50%;
    overflow: hidden;
    position: relative;
    padding-top: 27.24%;
}

.product_ul4 ul li .imgs img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}

.product_ul4 ul li:hover .imgs img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.product_ul4 ul li .txts {
    overflow: hidden;
    position: absolute;
    top: 0;
    max-width: 624px;
    right: 0%;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
}

.product_ul4 ul li .txts .cons {
    max-width: 488px;
    width: 94%;
    margin: 0 auto;
    overflow: hidden;
}

.product_ul4 ul li .txts .h3 {
    line-height: 1.3;
    font-weight: normal;
    overflow: hidden;
    color: #000000;
}

.product_ul4 ul li .txts .p {
    line-height: 30px;
    overflow: hidden;
    color: #666666;
    font-size: 14px;
    margin-top: 4%;
}

.product_ul4 ul li:nth-child(2n+0) .imgs {
    float: right;
}

.product_ul4 ul li:nth-child(2n+0) .txts {
    left: 0;
    right: auto;
}

@media screen and (max-width: 1600px) {
    /*äº§å“è¯¦ç»†*/
    .product_one .txts_r .r_end .tel:after {
        right: 12%;
    }
}

@media screen and (max-width: 1440px) {
    /*äº§å“è¯¦ç»†*/
    .product_one .txts_r .r_end .tel:after {
        right: 15%;
    }
}

@media screen and (max-width: 1200px) {
    /*äº§å“è¯¦ç»†*/
    .product_one .txts_r .zhixun {
        margin-top: 30px;
    }
    .product_one .txts_r .online {
        margin-top: 30px;
    }
    .product_ul3 ul li .txts {
        height: 90px;
        line-height: 90px;
    }
    .product_ul3 ul li .txts .h3 {
        font-size: 15px;
    }
    .product_ul4 ul li .txts .p {
        line-height: 24px;
        font-size: 13px;
        margin-top: 3%;
    }
    .product_ul2 ul li {
        width: 32%;
    }
    .product_ul2 ul li:nth-child(4n+0) {
        margin-right: 2%;
    }
    .product_ul2 ul li:nth-child(3n+0) {
        margin-right: 0;
    }
}

@media screen and (max-width: 960px) {
    /*äº§å“è¯¦ç»†*/
    .product_one .img_l {
        float: none;
        width: 100%;
        webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .product_one .txts_r {
        float: none;
        width: 100%;
        font-size: 13px;
        margin-top: 5%;
    }
    .product_one .txts_r .r_end {
        margin-top: 10%;
        font-size: 16px;
    }
    .product_one .txts_r .r_end .tel {
        font-size: 18px;
    }
    .product_one .txts_r .zhixun {
        margin-top: 6%;
        font-size: 14px;
        padding-left: 48px;
        padding-right: 32px;
        background-position: 25px center;
    }
    .product_one .txts_r .online {
        margin-top: 6%;
        font-size: 14px;
        padding-left: 48px;
        padding-right: 32px;
        background-position: 25px center;
    }
    .product_two {
        font-size: 15px;
        line-height: 26px;
    }
    .product_title {
        height: 80px;
        line-height: 80px;
    }
    .product_title ul li {
        font-size: 16px;
    }
    .product_ul4 ul li .imgs {
        float: none;
        width: 100%;
        padding-top: 54.5%;
    }
    .product_ul4 ul li .txts {
        position: static;
        width: 100%;
        margin-top: 5%;
        margin-bottom: 5%;
    }
    .product_ul4 ul li .txts .cons {
        max-width: none;
    }
    .product_ul4 ul li:nth-child(2n+0) .imgs {
        float: none;
    }
}

@media screen and (max-width: 780px) {
    /*äº§å“è¯¦ç»†*/
    .product_ul2 ul li {
        width: 49%;
    }
    .product_ul2 ul li:nth-child(3n+0) {
        margin-right: 2%;
    }
    .product_ul2 ul li:nth-child(2n+0) {
        margin-right: 0;
    }
    .product_t2 {
        font-size: 15px;
    }
}

@media screen and (max-width: 640px) {
    /*äº§å“è¯¦ç»†*/
    .product_title {
        height: 60px;
        line-height: 60px;
    }
    .product_title ul li {
        font-size: 15px;
    }
    .product_two {
        font-size: 14px;
        line-height: 24px;
    }
    .product_ul3 ul li .txts {
        height: 60px;
        line-height: 60px;
    }
    .product_ul3 ul li .txts .h3 {
        font-size: 14px;
    }
    .product_ul4 ul li .txts .p {
        font-size: 12px;
        line-height: 22px;
    }
}

@media screen and (max-width: 520px) {}

@media screen and (max-width: 480px) {
    /*äº§å“è¯¦ç»†*/
    .product_one {
        margin-bottom: 7%;
    }
    .product_one .txts_r .zhixun {
        margin-top: 20px;
        padding-left: 40px;
        padding-right: 20px;
        height: 36px;
        line-height: 32px;
        background-position: 18px center;
    }
    .product_one .txts_r .online {
        margin-top: 20px;
        padding-left: 40px;
        padding-right: 20px;
        height: 36px;
        line-height: 32px;
        background-position: 16px center;
    }
    .product_one .txts_r .ul li {
        line-height: 22px;
    }
    .product_one .txts_r .ul li:after {
        top: 6px;
    }
    .product_one .txts_r .h3 {
        font-size: 16px;
    }
    .product_one .txts_r .r_end .tel {
        float: none;
        width: 100%;
    }
    .product_one .txts_r .r_end .tel:after {
        display: none;
    }
    .product_one .txts_r .r_end .p {
        float: none;
        width: 100%;
    }
    .product_title {
        height: 50px;
        line-height: 50px;
    }
    .product_title ul li {
        font-size: 14px;
    }
    .product_two {
        font-size: 13px;
        line-height: 22px;
    }
    .product_two .cons_box {
        padding-left: 20px;
        padding-right: 20px;
    }
    .product_t2 {
        font-size: 14px;
    }
    .product_t2 a {
        margin-top: 2.5%;
    }
    .product_ul2 ul li .txts {
        padding: 10px;
    }
    .product_ul2 ul li .h3 {
        font-size: 16px;
        height: 26px;
        line-height: 26px;
    }
    .product_ul2 ul li .p {
        height: 26px;
        line-height: 26px;
    }
    .product_ul3 ul li .txts {
        height: 50px;
        line-height: 50px;
    }
    .product_ul3 ul li .txts .h3 {
        font-size: 13px;
    }
}

@media screen and (max-width: 420px) {
    /*äº§å“è¯¦ç»†*/
    .product_two {
        font-size: 12px;
        line-height: 20px;
    }
    .product_two .cons_box {
        padding-left: 10px;
        padding-right: 10px;
    }
    .product_t2 {
        font-size: 13px;
    }
    .product_t2 a {
        margin-top: 3%;
    }
    .product_ul2 ul li .h3 {
        font-size: 15px;
    }
    .product_ul2 ul li .p {
        height: 24px;
        line-height: 24px;
    }
}</pre></body></html>